internal/runtime/atomic.Int32.value (field)
6 uses
	internal/runtime/atomic (current package)
		types.go#L14: 	value  int32
		types.go#L21: 	return Loadint32(&i.value)
		types.go#L28: 	Storeint32(&i.value, value)
		types.go#L37: 	return Casint32(&i.value, old, new)
		types.go#L45: 	return Xchgint32(&i.value, new)
		types.go#L56: 	return Xaddint32(&i.value, delta)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |